@charset "utf-8";
/* CSS Document */

.video {
	width: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
img,
table,
th,
td,
pre,
code,
form,
fieldset,
legend,
button,
input,
textarea {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑" !important;
	color: #333;
	font-size: 16px;
}

body {
	background-color: #FFF;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

dl,
dt,
dd,
form,
li,
ul,
ol {
	list-style: none;
}

a:link,
a:visited,
a:hover {
	text-decoration: none;
	color: #333;
}

a:hover,
a:active,
a.curab:link,
a.curab:visited {
	text-decoration: none;
	color: #F00;
}

a.graylink:link,
a.graylink:visited {
	text-decoration: none;
	color: #999;
}

a.graylink:hover,
a.graylink:active {
	text-decoration: none;
	color: #333;
}

a.navlink:link,
a.navlink:visited {
	display: block;
	height: 6vw;
}

a.navlink:hover,
a.navlink:active,
a.curnav:link,
a.curnav:visited {
	display: block;
	height: 6vw;
	background: #C61B24;
	color: #FFF
}

.tright {
	text-align: right
}

.margintop {
	margin-top: 10px
}

img {
	border: 0;
}

.cleardiv {
	context: ".";
	height: "0";
	display: block;
	clear: both;
	visibility: hidden
}

.hidebody {
	display: none
}

.hidden {
	display: none;
}

*:focus {
	outline: none;
}

.active {
	color: #fff !important;
	background-color: #C61B24 !important;
}

.active * {
	color: #FFF
}

#floatheader {
	width: 100%;
	position: fixed;
	z-index: 1000
}

#header {
	width: 100%;
	line-height: 6vw;
	height: 6vw;
	overflow: hidden;
	display: flex;
	background: #FFF
}

#h_logo {
	flex: 0.7;
	min-width: 7.19vw;
	margin-left: 40px;
	line-height: 5.21vw;
	display: flex;
	align-items: center;
}

#h_logo img {
	height: 3.39vw;
}

#h_nav {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex: 3;
	padding: 0;
	margin: 0;
}

#h_nav li {
	display: inline-block;
	font-size: 1.25vw;
	flex: 1;
	text-align: center;
	padding: 0;
	margin: 0;
	/* background-color: #f88; */
}

#h_tel {
	flex: 1;
	color: #C61B24;
}

#h_tel i {
	display: inline-block;
	background-size: 100%;
	background-repeat: no-repeat;
	vertical-align: middle;
}

.tel {
	width: 1.67vw;
	height: 1.67vw;
	margin-right: 5px;
	background-image: url('../img/tel.png');
}

.num {
	width: 9.9vw;
	height: 1.25vw;
	margin-right: 25px;
	background-image: url('../img/num.png');
}

.trans {
	width: 1.67vw;
	height: 1.67vw;
	background-image: url('../img/trans.png');
}

#h_nav li a {
	text-decoration: none;
}


#h_nav li a:hover {
	color: #ff0000;
}

#h_nav li div {
	position: absolute;
	width: 9vw;
	margin-top: 5.9vw;
	background: #FFF;
	text-align: center;
	display: none;
	border: #F0F0F0 1px solid;
}

#h_nav li div a:link,
#h_nav li div a:visited {
	display: block;
	line-height: 3.8vw;
	font-size: 1.25vw;
}

#h_nav li div a:hover {
	border-top: #ddd 1px solid;
	background-color: #f0f0f0;
}


#banner {
	width: 100%;
}

#banner img {
	width: 100%;
}

.homeModel {
	padding: 2.6vw 8.3vw;
}

.titleModel {
	font-family: SourceHanSansCN-Regular Regular;
	font-size: 1.56vw;
	color: #666666;
	text-align: center;
	letter-spacing: 2px;
}

.title {
	font-size: 1.56vw;
	color: #666666;
}

.title span {
	color: #C61B24;
}

.titleDesc {
	font-size: 1.25vw;
	margin-top: 1vw;
}

.titleDesc p {
	font-size: 1.25vw;
	display: inline-block;
	margin: 0 5px;
	color: #666666;
}

.line {
	border-bottom: 1px solid #C8C8C8;
	display: inline-block;
	width: 5.42vw;
	vertical-align: middle;
}

.productMenu {
	display: flex;
	margin-top: 2.55vw;
	height: 5vw;
	line-height: 5vw;
	text-align: center;
}

.productMenu li {
	background-color: #F1F1F1;
	color: #363636;
	flex: 1;
	font-size: 1.35vw;
}

.productMenu li:hover {
	cursor: pointer;
}

.productDesc {
	margin-top: 20px;
	width: 100%;
	overflow: hidden;
}

.proList {
	width: 40%;
	float: left
}

.proShow {
	width: calc(60% - 3.12vw);
	float: right;
	padding: 1.56vw;
	background-image: url('../img/index/productBack.png');
	background-size: 100%;
	background-repeat: no-repeat;
	position: relative;
	color: #171717;
	height: calc((12.5vw * 3) - 3.12vw)
}

.proItem {
	display: flex;
	padding: 2.08vw 0 2.08vw 3.65vw;
	background-color: #F1F1F1;
	color: #363636;
	box-sizing: border-box;
	height: 12.5vw;
}

.proItem:hover {
	cursor: pointer;
}

.proItem img {
	flex: 1;
	width: 7.55vw;
	margin-right: 3.07vw;
}

.proItemDesc {
	flex: 2;
	font-size: 0.94vw;
}

.proItemDesc h3 {
	font-size: 1.25vw;
}

.proItemDesc span {
	line-height: 1.5vw;
}

.opacity {
	opacity: 0.7;
	margin-bottom: 1.61vw;
	font-size: 1.15vw;
}

.proShow h2 {
	font-size: 1.88vw;
}

.proShowP {
	font-size: 1.56vw;
	color: #D8232A;
	margin-bottom: 1vw;
}

.proShowDesc {
	font-size: 1.04vw;
	line-height: 1.8vw;
}

.homeproductImg {
	height: 25vw;
	width: auto;
	text-align: center;
	padding-top: 3vw;
	cursor: pointer;
}

.productImg {
	height: 24.38vw;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	/* Firefox 4 */
	-webkit-transition: all 0.5s;
	/* Safari 和 Chrome */
	-o-transition: all 0.5s;
	/* Opera */
}

.productImg:hover {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	/* IE 9 */
	-moz-transform: scale(1.2);
	/* Firefox */
	-webkit-transform: scale(1.2);
	/* Safari 和 Chrome */
	-o-transform: scale(1.2);
}




.proShowDetail {
	position: absolute;
	text-align: center;
	right: 1.56vw;
	bottom: 1.36vw;
	color: #393939;
	font-size: 0.7vw;
}

.arrow {
	display: inline-block;
	width: 2.5vw;
	height: 2.5vw;
	background-image: url('../img/index/arrow.png');
	background-size: 100%;
	background-repeat: no-repeat;
}

.proShowDetail span {
	opacity: 0.6;
	font-size: 0.4vw;
}

.proShowDetail:hover {
	cursor: pointer;
}

.proShows .proShow:nth-child(n+2) {
	display: none
}

#productEJ .productDesc:nth-child(n+2) {
	display: none
}

#NewList .newsItems:nth-child(n+2) {
	display: none
}

/* 新闻资讯 */
.homeModel2 {
	padding: 2.6vw 6.25vw 11.3vw 6.25vw;
}

.newsModel {
	background-color: #f1f1f1;
	padding: 2.08vw;
	margin-top: 3.02vw;
	display: flex;
}

.newsLeft {
	position: relative;
	margin-right: 2.6vw;
	height: 31vw;
	width: 33.33vw;

	background-color: #f6f6f6;
}

.newsModel .newsLeft:nth-child(n+2) {
	display: none
}

.homenewspic {
	height: 20.70vw;
	align-items: center;
	display: -webkit-flex;
	/* Safari */
	display: flex;
	justify-content: center;
}

.newsLeft img {
	width: 33.33vw;
}

.newsLeft img:hover {
	cursor: pointer;
}

.newsMain {
	position: absolute;
	width: 33.33vw;
	height: 10.30vw;
	background-color: rgba(198, 27, 36, 0.8);
	color: #fff;
	padding: 1.67vw 1.04vw;
	box-sizing: border-box;
	font-size: 1.46vw;
	line-height: 1.46vw;
	bottom: 0;
	left: 0;
}

.newsMain span {
	font-size: 1.04vw;
}

.newsMain p a {
	font-size: 1.24vw;
	color: #FFF;
}



.newsMenu {
	text-align: center;
	display: flex;
	margin-bottom: 1.72vw;
}

.newsMenu li {
	width: 12.5vw;
	height: 4.58vw;
	line-height: 4.58vw;
	background-color: #fff;
	color: #515151;
	font-size: 1.35vw;
}

.newsMenu li:hover {
	cursor: pointer;
}

.more {
	width: 9.9vw !important;
	text-align: right;
	padding-right: 1.09vw;
	box-sizing: border-box;
	color: #DF0012 !important;
	font-size: 1.25vw !important;
	margin: 0 !important;
	border-radius: 0 !important;
	border: none;
}

.newsItem {
	height: 7.5vw;
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 1.04vw;
	display: flex;
}

.newsItem:hover {
	cursor: pointer;
}

.newsItem:last-child {
	margin-bottom: 0;
}

.newsImg {
	width: 12.5vw;
	height: 7.5vw;
}

.newsItemDesc {
	padding: 0 1.09vw;
	width: 35vw;
}

.newsTitleBox {
	display: flex;
	font-size: 1.35vw;
	line-height: 3.5vw;
	justify-content: space-between;
	width: 32.81vw;
}

.newsTitle {
	width: 23.6vw;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	color: #333333;
}

.newsTime {
	color: #515151;
	text-align: right;
	font-size: 1.04vw;
}

.newsItemDesc p {
	color: #515151;
	font-size: 1.04vw;
	line-height: 1.5vw;
	width: 32.81vw;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* 页脚 */
.footer {
	background-color: #F5F4F8;
	padding: 3.12vw 0;
}

.footerDesc {
	display: flex;
	justify-content: center;
}

.footerUl {
	min-width: 10.42vw;
	color: #515151;
	font-size: 0.94vw;
	line-height: 2.19vw;
}

.footerUl li:first-child {
	color: #161618;
	font-weight: bold;
}

.footerUl li:first-child:hover {
	color: #161618;
	font-weight: bold;
}

.footerUl li:hover {
	color: #C61B24;
}

.iconGroup i,
.iconGroup .wechat {
	display: inline-block;
	width: 2.08vw;
	height: 2.08vw;
	background-size: 100%;
	background-repeat: no-repeat;
	margin-right: 1.92vw;
	margin-top: 1.8vw;
}

.iconGroup .wechat {
	display: inline-block;
	width: 2.08vw;
	height: 2.08vw;
	background-size: 100%;
	background-repeat: no-repeat;
	margin-right: 1.92vw;
	margin-top: 1.8vw;
}

.phone {
	background-image: url('../img/phone.png');
}

.qq {
	background-image: url('../img/qq.png');
}

.wechat {
	position: relative;
	background-image: url('../img/wechat.png');
}

.email {
	background-image: url('../img/email.png');
}

.pos {
	background-image: url('../img/pos.png');
}

.wechat:hover {
	cursor: pointer;
}

.wechat:hover .iconK {
	opacity: 1 !important;
	z-index: 10 !important;
	transition: all 0.5s;
}

.iconK {
	position: absolute;
	top: 2vw;
	left: -3.65vw;
	opacity: 0;
	z-index: -1;
	width: 1.25vw;
	height: 1.25vw;
}

.copyright {
	color: #656465;
	text-align: center;
	border-top: 1px solid #D1D0D7;
	padding-top: 2.4vw;
	margin-top: 3.07vw;
}

.iconK img {
	width: 9.38vw;
	height: 9.38vw;
}

.rightArrow {
	display: inline-block;
	width: 1.25vw;
	height: 1.25vw;
	background-image: url('../img/rightArrow.png');
	background-size: 100%;
	background-repeat: no-repeat;
	margin-left: 0.5vw;
}

.more {
	margin: 5vw auto 0;
	color: #C61B24;
	border: 0px solid #E0E0E0;
	border-radius: 4px;
	width: 8.33vw;
	height: 2.5vw;
	text-align: center;
	line-height: 2.5vw;
}

.more:hover {
	cursor: pointer;
}